ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / FilterExpression Property

In This Topic
    FilterExpression Property (C1WrapCollectionView<S,T>)
    In This Topic
    Gets the filter expression applied to the data.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FilterExpression As FilterExpression
    public virtual FilterExpression FilterExpression {get;}
    See Also